PowerStressMessage


PowerStress testing support via the C++ PowerStress module
Protobuf type meshtastic.PowerStressMessage

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , PowerMonProtos.PowerStressMessageOrBuilder

PowerStress testing support via the C++ PowerStress module
Protobuf type meshtastic.PowerStressMessage
Link copied to clipboard
enum Opcode : ProtocolMessageEnum

What operation would we like the UUT to perform.
note: senders should probably set want_response in their request packets, so that they can know when the state
machine has started processing their request
Protobuf enum meshtastic.PowerStressMessage.Opcode

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard

What type of HardwareMessage is this?
.meshtastic.PowerStressMessage.Opcode cmd = 1;
Link copied to clipboard
open fun getCmdValue(): Int

What type of HardwareMessage is this?
.meshtastic.PowerStressMessage.Opcode cmd = 1;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getNumSeconds(): Float
float num_seconds = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: ByteString): PowerMonProtos.PowerStressMessage
open fun parseFrom(input: CodedInputStream): PowerMonProtos.PowerStressMessage
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): PowerMonProtos.PowerStressMessage
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): PowerMonProtos.PowerStressMessage
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): PowerMonProtos.PowerStressMessage
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): PowerMonProtos.PowerStressMessage
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): PowerMonProtos.PowerStressMessage
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)